GskTransform: Add nullable annotations to _equals()
authorTimm Bäder <mail@baedert.org>
Sun, 20 Dec 2020 20:22:15 +0000 (21:22 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 09:26:03 +0000 (10:26 +0100)
Both can be NULL here.

gsk/gsktransform.c

index edf13e9e2e26e2920c6b5a5f80ac875fdd69daca..9361f25b9a946b4196f92737ba6b246233924c8c 100644 (file)
@@ -1709,8 +1709,8 @@ gsk_transform_invert (GskTransform *self)
 
 /**
  * gsk_transform_equal:
- * @first: the first transform
- * @second: the second transform
+ * @first: (nullable): the first transform
+ * @second: (nullable): the second transform
  *
  * Checks two transforms for equality.
  *